ValidationMessage Properties
An object defining properties for the ValidationMessage class.
Type
Gets or sets the type of alert associated with the validation message.
Type: AlertType
Accepted Values:
Name Value Success 0 Error 1 Warning 2 Info 3 Validation 4 Blocked 5 SevereWarning 6
Code
Gets or sets the unique code associated with the validation message.
Type: string
Message
Gets or sets the message text to be displayed to the user.
Type: string